home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / kode new / kant build window.h < prev    next >
Encoding:
Text File  |  1994-10-30  |  467 b   |  9 lines  |  [TEXT/MMCC]

  1. void SetupTheBuildWindow(WindowPtr theWindow);
  2. void OpenTheBuildWindow(WindowPtr theWindow);
  3. void KeyPressedInBuildWindow(WindowPtr theWindow, unsigned char theChar);
  4. Boolean MouseClickedInBuildWindow(WindowPtr theWindow, Point thePoint);
  5. void DisposeTheBuildWindow(WindowPtr theWindow);
  6. void ActivateTheBuildWindow(WindowPtr theWindow);
  7. void DeactivateTheBuildWindow(WindowPtr theWindow);
  8. void CopybitsTheBuildWindow(WindowPtr theWindow, WindowPtr offscreenWindow);
  9.